home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / ltsample.odl < prev    next >
Encoding:
Text File  |  2001-10-16  |  1.6 KB  |  52 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // LTSample.odl : type library source for LTSample.exe
  12.  
  13. // This file will be processed by the MIDL compiler to produce the
  14. // type library (LTSample.tlb).
  15.  
  16. [ uuid(31176188-A076-11D1-B79F-000021452DB6), version(1.0) ]
  17. library LTSample
  18. {
  19.     importlib("stdole32.tlb");
  20.     
  21.  
  22.     //  Primary dispatch interface for CLTSampleDoc
  23.     
  24.     [ uuid(31176189-A076-11D1-B79F-000021452DB6) ]
  25.     dispinterface ILTSample
  26.     {
  27.         properties:
  28.             // NOTE - ClassWizard will maintain property information here.
  29.             //    Use extreme caution when editing this section.
  30.             //{{AFX_ODL_PROP(CLTSampleDlgAutoProxy)
  31.             //}}AFX_ODL_PROP
  32.             
  33.         methods:
  34.             // NOTE - ClassWizard will maintain method information here.
  35.             //    Use extreme caution when editing this section.
  36.             //{{AFX_ODL_METHOD(CLTSampleDlgAutoProxy)
  37.             //}}AFX_ODL_METHOD
  38.  
  39.     };
  40.  
  41.     //  Class information for CLTSampleDoc
  42.     
  43.     [ uuid(31176187-A076-11D1-B79F-000021452DB6) ]
  44.     coclass LTSample
  45.     {
  46.         [default] dispinterface ILTSample;
  47.     };
  48.  
  49.     //{{AFX_APPEND_ODL}}
  50.     //}}AFX_APPEND_ODL}}
  51. };
  52.